Shell auto completions

TODO: SciTECO should probably just ship auto completion scripts.

Zsh

To enable auto completions on Zsh, add the following for instance to ~/.zshrc:

autoload -Uz compinit compdef
compinit
compdef _gnu_generic sciteco gsciteco

14B	Sep 28 21:20 ../